home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 October / APC0210D1.iso / workshop / log / files / analog-5.24.sit.hqx / Analog 5.24 ƒ / analog.cfg < prev    next >
Encoding:
Text File  |  2001-11-07  |  10.3 KB  |  381 lines

  1. # Analog.cfg - Configuration file for Analog 5.x
  2. #
  3. # Look at Readme.html file in the Docs folder or goto
  4. # http://www.statslab.cam.ac.uk/~sret1/analog/
  5. # or http://summary.net/soft/analog.html for more information.
  6. #
  7. # Lines starting with a '#' character are comments
  8. #
  9. HOSTNAME "[my organisation]"
  10. # Host name, used in the title of the report
  11. #
  12. HOSTURL "none"
  13. # Host name will be a link to here
  14. #
  15. DEFAULTLOGFORMAT AUTO
  16. # this is the log format used for drag and dropped logs
  17. #
  18. LOGFORMAT AUTO
  19. # Log file format DEFAULT, AUTO, COMMON, MS-COMMON, COMBINED, MICROSOFT-NA,
  20. # MICROSOFT-INT, WEBSITE-NA, WEBSITE-INT, WEBSTAR, EXTENDED, MS-EXTENDED,
  21. # WEBSTAR-EXTENDED, NETSCAPE, REFERRER, or BROWSER
  22. #
  23. LOGFILE "WebSTAR.log"
  24. # Specify the log file(s) to be processed. May consist of a list of file
  25. # names seperated by commas and the file name (but not the directory name
  26. # portion) may contain wild cards ('*' and '?').
  27. # This can also be a relative or full path name, for example:
  28. #LOGFILE "Hard disk:WebSTAR 2.0:*.log"
  29. #
  30. OUTPUT HTML
  31. # Output format, can be ASCII, HTML, COMPUTER, or CACHE
  32. #
  33. OUTFILE Report.html
  34. # The default file for output.
  35. #
  36. DNS NONE
  37. # level of DNS activity. Can be NONE, READ, LOOKUP, or WRITE
  38. # This controls domain name lookups. It will typicaly slow Analog
  39. # down quite dramaticaly while lookups are being done!
  40. #
  41. DNSGOODHOURS 672                    # once every four weeks
  42. # Frequency with which to recheck successful DNS cache entries in hours
  43. #
  44. DNSBADHOURS 168                        # once a week
  45. # Frequency with which to recheck failed DNS cache entries in hours
  46. #
  47. CACHEOUTFILE none
  48. # The default file for cache output. Use "none" for no cache file.
  49. #
  50. CACHEFILE none
  51. # The file for cache input. Again, can be "none".
  52. #
  53. #REFREPEXCLUDE http://www.statslab.cam.ac.uk*
  54. #REFREPEXCLUDE http://statslab.cam.ac.uk*
  55. # Dont list these in the referrer report
  56. #
  57. #HOSTEXCLUDE *.statslab.cam.ac.uk
  58. # Don't count requests from these hosts at all
  59. #
  60. ARGSEXCLUDE *
  61. # Don't look at query portion of requested URLs
  62. #
  63. # You can limit the dates analysed with FROM and/or TO: see docs/include.html
  64. #FROM 991001
  65. #TO -00-00-01
  66. #
  67. WARNINGS ON
  68. # Turn this off to guaranty Analog exits when it is done
  69. #
  70. CASE INSENSITIVE            # SENSITIVE or INSENSITIVE
  71. # Case sensitive or case insensitive file system: default depends on your OS.
  72. # If your web server and your analog run on different OS's, you may need to
  73. # change this according to the machine running your server.
  74. #
  75. IMAGEDIR ./images/
  76. # where to look for images (bars for the bar charts) (as used in the HTML code)
  77. #
  78. CHARTDIR "./charts/"
  79. # where the pie charts are (as used in the HTML code)
  80. #
  81. LOCALCHARTDIR ":charts:"
  82. # where to write the pie charts on the machine running Analog
  83. #
  84. BARSTYLE b
  85. #
  86. # Style sheet for the output page
  87. STYLESHEET none
  88. #
  89. # BASEURL http://my.server.com
  90. #
  91. LOGO analogo.gif
  92. # the graphic in the top left corner of the report,
  93. #  interpreted relative to IMAGEDIR above.
  94. #
  95. #HEADERFILE none
  96. #FOOTERFILE none
  97. #
  98. # /dir/ fetches /dir/index.html
  99. DIRSUFFIX index.html
  100. #
  101. # Aliases: see docs/alias.html
  102. # I can't list all of them, but there are aliases for individual items, e.g.
  103. #FILEALIAS /football/* /soccer/*
  104. # and there are also aliases for each report, e.g.
  105. #REQALIAS /soccer/* "Football: /soccer/*"
  106. #
  107. # Inclusions and exclusions: see docs/include.html
  108. # Again there are these for individual items, e.g.
  109. #FILEINCLUDE /football/*
  110. #FILEEXCLUDE /football/*
  111. # and for each report, e.g.
  112. #REQINCLUDE pages
  113. #
  114. NOROBOTS ON                    # Put the no index META tag in the report
  115. #
  116. # You can make more things into pages with a command like
  117. #PAGEINCLUDE *.asp
  118. #
  119. #REFARGSEXCLUDE *
  120. # This would remove everything after the '?' in the referer report
  121. #
  122. #REQINCLUDE pages            # *, PAGES, or list of file name patterns
  123. #
  124. LINKINCLUDE pages            # *, PAGES, or list of file name patterns
  125. REFLINKINCLUDE pages        # *, PAGES, or list of file name patterns
  126. #
  127. LANGUAGE US-ENGLISH
  128. #   ARMENIAN, BOSNIAN, BULGARIAN, CATALAN, SIMP_CHINESE (GB2312),
  129. #   TRAD_CHINESE (Big5), CROATIAN, CZECH, DANISH, DUTCH, ENGLISH, US_ENGLISH,
  130. #   FINNISH, FRENCH, GERMAN, GREEK, HUNGARIAN, ICELANDIC, ITALIAN, JAPANESE,
  131. #   KOREAN, NORWEGIAN (Bokmal), NYNORSK, POLISH, PORTUGUESE, BR_PORTUGUESE,
  132. #   ROMANIAN, RUSSIAN, SERBIAN, SLOVAK, SLOVENE, SPANISH, SWEDISH, TURKISH or
  133. #   UKRAINIAN.
  134. #
  135. #LANGFILE "lang:uk.lng"
  136. #DOMAINSFILE "lang:ukdom.tab"
  137. # the files where the language and domain definitions live
  138. # normaly you just use the LANGUAGE command above
  139. # see docs/output.html for more information
  140. #
  141. PROGRESSFREQ 200000            # report progress every 100,000 lines
  142. #
  143. DEBUG +D                    # Display DNS lookup progress
  144. #
  145. # Other Commands for debugging
  146. #SETTINGS ON
  147. #DEBUG ON
  148. #WARNINGS ON
  149. #ERRFILE somefile
  150. #ERRLINELENGTH 78
  151. #
  152. REPORTORDER xmWDdHh45uJoZSvitzcPrEIfsNnkKbBp1Qw67lLRMjYy
  153. #A string like "xmWDdHh45uJoZSvitzcPrEIfsNnkKbBp1Qw67lLRMjYy" giving the
  154. #   order in which the reports will be output. You should include each of
  155. #   the above letters exactly once. See docs/output.html for which report
  156. #   has which code letter.
  157. #
  158. # whether we want each of the reports by default 
  159. GENERAL ON        # General statistics and GoTo's 
  160. MONTHLY ON        # Monthly report 
  161. DAILY ON        # Daily summary 
  162. FULLDAILY OFF    # Daily report 
  163. # One line for each day. Think about the poor people loading your page from
  164. #   the other side of the world before turning this on by default. 
  165. WEEKLY ON        # Weekly report 
  166. HOURLY ON        # Hourly summary 
  167. FULLHOURLY OFF    # Hourly report 
  168. # One line for each hour ever. You really don't want this on by default. 
  169. QUARTER OFF        # Quarter-hour report
  170. FIVE OFF        # Five-minute report
  171. DOMAIN ON        # Domain report 
  172. ORGANISATION ON # Orginisation report, second level domains
  173. DIRECTORY ON    # Directory report 
  174. FILETYPE ON     # File type report
  175. REQUEST ON        # Request report
  176. REDIR OFF        # Redirection report
  177. FAILURE ON        # Failure report
  178. SIZE ON            # File size report
  179. PROCTIME OFF    # Processing (data transfer) time
  180. HOST ON            # Host report
  181. REFERRER ON        # Referer report
  182. REFSITE ON        # Referring site report
  183. REDIRREF OFF    # Redirected referrer report
  184. FAILREF ON        # Failed referrer report
  185. VHOST OFF        # Virtual host report
  186. USER OFF        # User report
  187. FAILUSER OFF    # Failed user report
  188. SEARCHQUERY OFF # Search phrases report
  189. SEARCHWORD ON   # Search words report
  190. BROWSER ON        # Browser summary 
  191. FULLBROWSER ON    # Browser report 
  192. STATUS ON        # Status code report
  193. OSREP ON        # OS (platforms) report
  194. #
  195. GOTOS ON        # "Go To" lines (ON, OFF, or FEW)
  196. LASTSEVEN ON
  197. #
  198. # The columns in each report: see docs/timereps.html and docs/othreps.html
  199. TIMECOLS RPB
  200. # Which columns we want to appear in the domain report, and in which order.
  201. #   The string can contain any of the following four letters:
  202. #   R   Number of requests from each domain
  203. #   r   Percentage of the requests from each domain
  204. #   P   Number of requests for pages from each domain
  205. #   p   Percentage of the requests for pages from each domain
  206. #   B   Total number of bytes transferred to each domain
  207. #   b   The percentage of traffic to each domain 
  208. #   D   Date and time of last access from each domain
  209. #   d   Date of last access from each domain
  210. #   N   Number in list
  211. # And the same for the other reports 
  212. MONTHCOLS        PRB
  213. DAYCOLS            PRB
  214. FULLDAYCOLS        PRB
  215. WEEKCOLS        PRB
  216. HOURCOLS        PRB
  217. FULLHOURCOLS    PRB
  218. QUARTERCOLS        PRB
  219. FIVECOLS        PRB
  220. DOMCOLS            PpRrBb
  221. ORGCOLS            PpRrBb
  222. HOSTCOLS        PpRrBb
  223. DIRCOLS            PpRrBb
  224. TYPECOLS        RrBb
  225. REQCOLS            RrBbD
  226. REDIRCOLS        R
  227. FAILCOLS        R
  228. REFCOLS            Rr
  229. REFSITECOLS        R
  230. REDIRREFCOLS    R
  231. FAILREFCOLS        R
  232. BROWCOLS        PpRrBb
  233. FULLBROWCOLS    PpRrBb
  234. OSCOLS            RP
  235. SIZECOLS        Rb
  236. PROCTIMECOLS    R
  237. VHOSTCOLS        Rb
  238. USERCOLS        Rb
  239. FAILUSERCOLS    R
  240. SEARCHQUERYCOLS    R
  241. SEARCHWORDCOLS    R
  242. STATUSCOLS        R
  243. #
  244. # Should the time graphs be calculated by requests 'R',
  245. #  bytes 'B' or pages 'P'? see docs/timereps.html
  246. ALLGRAPH        P
  247. MONTHGRAPH        P
  248. DAYGRAPH        P
  249. FULLDAYGRAPH    P
  250. HOURGRAPH        P
  251. FULLHOURGRAPH    P
  252. WEEKGRAPH        P
  253. QUARTERGRAPH    P
  254. FIVEGRAPH        P
  255. #
  256. # Should they go forwards (oldest entries at top) or backwards?
  257. #   (NB You can mix them, but probably don't want to) see docs/timereps.html
  258. ALLBACK            OFF
  259. MONTHBACK        OFF
  260. WEEKBACK        OFF
  261. FULLDAYBACK        OFF
  262. FULLHOURBACK    OFF
  263. QUARTERBACK        OFF
  264. FIVEBACK        OFF
  265. #
  266. # The maximum number of rows in each (0 for "show all time")
  267. # see docs/timereps.html
  268. MONTHROWS        0
  269. WEEKROWS        0
  270. FULLDAYROWS        65
  271. FULLHOURROWS    72
  272. QUARTERROWS        96
  273. FIVEROWS        288
  274. #
  275. # The "floor" for each report. See docs/othreps.html for the
  276. #  possible formats for these strings.
  277. # see docs/othreps.html and docs/hierreps.html
  278. REQFLOOR        20r
  279. REQARGSFLOOR    10r
  280. REDIRFLOOR        -30r
  281. REDIRARGSFLOOR    10r
  282. FAILFLOOR        -30r
  283. FAILARGSFLOOR    10r
  284. DOMFLOOR        0b
  285. SUBDOMFLOOR        0.5%b
  286. ORGFLOOR        -20r
  287. SUBORGFLOOR        0.5%r
  288. DIRFLOOR        0.01%b
  289. SUBDIRFLOOR        0.01%b
  290. TYPEFLOOR        0.1%b
  291. SUBTYPEFLOOR    0.1%b
  292. HOSTFLOOR        100r
  293. REFFLOOR        20r
  294. REFARGSFLOOR    10r
  295. REFSITEFLOOR    -30r
  296. REFDIRFLOOR        50r
  297. REDIRREFFLOOR    -30r
  298. REDIRREFARGSFLOOR 10r
  299. FAILREFFLOOR    -30r
  300. FAILREFARGSFLOOR 10r
  301. BROWFLOOR        -20p
  302. SUBBROWFLOOR    10p
  303. FULLBROWFLOOR    -40r
  304. OSFLOOR            5p
  305. SUBOSFLOOR        1p
  306. VHOSTFLOOR        -20b
  307. USERFLOOR        -100r
  308. FAILUSERFLOOR    -20r
  309. SEARCHQUERYFLOOR -20r
  310. SEARCHWORDFLOOR -20r
  311. STATUSFLOOR        0r
  312. #
  313. # how should the various reports be sorted? Legal values ar REQUESTS,
  314. #   PAGES, BYTES, ALPHABETICAL, DATE, and RANDOM (unsorted)
  315. # see docs/othreps.html and docs/hierreps.html
  316. REQSORTBY        REQUESTS
  317. #REQARGSSORTBY    REQUESTS
  318. REDIRSORTBY        REQUESTS
  319. #REDIRARGSSORTBY REQUESTS
  320. FAILSORTBY        REQUESTS
  321. #FAILARGSSORTBY    REQUESTS
  322. DOMSORTBY        BYTES
  323. #SUBDOMSORTBY    BYTES
  324. ORGSORTBY        REQUESTS
  325. DIRSORTBY        BYTES
  326. #SUBDIRSORTBY    BYTES
  327. TYPESORTBY        BYTES
  328. #SUBTYPESORTBY    BYTES
  329. HOSTSORTBY        ALPHABETICAL
  330. REFSORTBY        REQUESTS
  331. #REFARGSSORTBY    REQUESTS
  332. REFSITESORTBY    REQUESTS
  333. REFDIRSORTBY    REQUESTS
  334. REDIRREFSORTBY    REQUESTS
  335. #REDIRREFARGSSORTBY REQUESTS
  336. FAILREFSORTBY    REQUESTS
  337. #FAILREFARGSSORTBY REQUESTS
  338. BROWSORTBY        PAGES
  339. SUBBROWSORTBY    PAGES
  340. FULLBROWSORTBY    REQUESTS
  341. OSSORTBY        PAGES
  342. VHOSTSORTBY        BYTES
  343. USERSORTBY        REQUESTS
  344. FAILUSERSORTBY    REQUESTS
  345. SEARCHQUERYSORTBY REQUESTS
  346. SEARCHWORDSORTBY REQUESTS
  347. STATUSSORTBY    ALPHABETICAL
  348. #
  349. HTMLPAGEWIDTH 65
  350. ASCIIPAGEWIDTH 76
  351. MINGRAPHWIDTH 15
  352. #
  353. WEEKBEGINSON SUNDAY
  354. # The 1st day of the week. I think it's SUNDAY, but you can choose any day. 
  355. #
  356. MARKCHAR '+'
  357. SEPCHAR ','
  358. #
  359. REPSEPCHAR none
  360. # The same for long numbers within the detailed output
  361. #
  362. DECPOINT '.'
  363. # Character to use as the decimal point.
  364. #
  365. COMPSEP "\t"
  366. # A separator string between fields in "computer" output style
  367. #
  368. RAWBYTES OFF
  369. # whether bytes should be quoted in full (e.g., 1,021,453) as
  370. #  opposed to in kilobytes, megabytes etc. (e.g., 998k).
  371. #
  372. # Use one of these if you are short of memory: see docs/lowmem.html
  373. FILELOWMEM 0
  374. HOSTLOWMEM 0
  375. BROWLOWMEM 0
  376. REFLOWMEM 0
  377. USERLOWMEM 0
  378. VHOSTLOWMEM 0
  379. #
  380. # END
  381.